PageVariableSetField Class

Used to set a page variable.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class PageVariableSetField : Field
Inheritance
Object    Field    PageVariableSetField

Constructors

PageVariableSetField Initializes a new instance of the PageVariableSetField class.

Properties

Adjustment Contains the page adjustment.
IsActive Specifies the setting of the page variable. It defaults to false (inactive) at the beginning of a document. An inactive page variable is not incremented between pages. The defined values are: -false: page variable is turned off. -true: page variable is turned on.
Value Contains page variable.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements ///
Returns all content elements.

Return Value

A collection of content elements.
(Overrides FieldGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Field)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current PageVariableSetField object to its equivalent string representation.
(Overrides ObjectToString)

See Also